GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-02T10:40:01.4397906+00:00",
"SubmitDate": "2026-06-02T10:40:01.4397906+00:00",
"ReportPeriodStart": "2026-06-02T10:40:01.4397906+00:00",
"ReportPeriodEnd": "2026-06-02T10:40:01.4397906+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "84be36c3-3a4a-41ce-bee3-477050a3aca8",
"Rows": [
{
"ItemId": "96ea9ff6-02bc-4d30-b32c-8fa6ee9c6fbd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "96ea9ff6-02bc-4d30-b32c-8fa6ee9c6fbd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "84be36c3-3a4a-41ce-bee3-477050a3aca8",
"Rows": [
{
"ItemId": "96ea9ff6-02bc-4d30-b32c-8fa6ee9c6fbd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "96ea9ff6-02bc-4d30-b32c-8fa6ee9c6fbd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d3ec3381-0496-46bb-a46b-b09c688e3dbf",
"9dece283-b994-42e0-a1b3-1747a4d25a81"
],
"Approvers": [
"c29791a2-607e-4c01-997c-efa653b7ad40",
"0c52efb8-38ff-43fd-9918-334c373224dd"
],
"ApprovedBy": "214d7f6b-6b30-44e6-b2b1-2e5a0be7a2ec",
"ApprovalDate": "2026-06-02T10:40:01.4397906+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "19a999eb-8f6f-4df6-ba18-05058f58d869",
"id": "25858b4e-fdad-431f-9984-915dffa65b38",
"ConfigId": "33e7a949-6bc1-4f9d-a710-9abb5fa415a7"
},
{
"GenerationDate": "2026-06-02T10:40:01.4397906+00:00",
"SubmitDate": "2026-06-02T10:40:01.4397906+00:00",
"ReportPeriodStart": "2026-06-02T10:40:01.4397906+00:00",
"ReportPeriodEnd": "2026-06-02T10:40:01.4397906+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "84be36c3-3a4a-41ce-bee3-477050a3aca8",
"Rows": [
{
"ItemId": "96ea9ff6-02bc-4d30-b32c-8fa6ee9c6fbd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "96ea9ff6-02bc-4d30-b32c-8fa6ee9c6fbd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "84be36c3-3a4a-41ce-bee3-477050a3aca8",
"Rows": [
{
"ItemId": "96ea9ff6-02bc-4d30-b32c-8fa6ee9c6fbd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "96ea9ff6-02bc-4d30-b32c-8fa6ee9c6fbd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d3ec3381-0496-46bb-a46b-b09c688e3dbf",
"9dece283-b994-42e0-a1b3-1747a4d25a81"
],
"Approvers": [
"c29791a2-607e-4c01-997c-efa653b7ad40",
"0c52efb8-38ff-43fd-9918-334c373224dd"
],
"ApprovedBy": "214d7f6b-6b30-44e6-b2b1-2e5a0be7a2ec",
"ApprovalDate": "2026-06-02T10:40:01.4397906+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "19a999eb-8f6f-4df6-ba18-05058f58d869",
"id": "25858b4e-fdad-431f-9984-915dffa65b38",
"ConfigId": "33e7a949-6bc1-4f9d-a710-9abb5fa415a7"
}
]